Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / Touchables Property


In This Topic
    Touchables Property (CalendarSlotsPanel<S>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Touchables As IList(Of View)
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim value As IList(Of View)
     
    value = instance.Touchables
    public virtual IList<View> Touchables {get;}
    See Also